home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_221_readfile.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  284 b   |  5 lines

  1. function ReadFile(refNum : integer; variable; [size : longint]) : integer;
  2.  
  3. Reads size bytes, from the file specified by refNum, and places them in the specified variable.  If size is not specified then the variable type size will be used.
  4.  
  5. Also see:  OffsetFile  OpenFile  CloseFile